home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / gnustuff / minix / gcclib~1.z / gcclib~1 / README.MINIX < prev    next >
Encoding:
Text File  |  1989-08-14  |  1.2 KB  |  30 lines

  1. This directory contains all the library object files for GCC/cross-gcc.
  2. These files go into the directory
  3.  
  4.   /usr/local/lib    on the atariST
  5.   $(CROSSDIR)/lib    for the unix hosted Gcc based cross development system.
  6.  
  7. The source for the library is in ../m-lib-src directory.
  8. The source for the dir library is in ../dir
  9. The source for the curses and curses-widget library is in ../curses.
  10. The source for the Portable Math Library is in ../pml
  11.  
  12. Notes:
  13.   - *.32.[oa] files are used when compiling for 32 bit integers
  14.   - *.[oa]    files are used when compiling for 16 bit integers
  15.   - the driver program (gcc) will automatically pick up the correct
  16.     files depending on whether the command line option `-mshort' is
  17.     given.
  18.   - is using gcc-ld directly, remember to specify `-mshort' when linking
  19.     16 bit integer files, otherwise it will pick up the wrong library
  20.     object files.
  21.  
  22.   - iio*.a are integer only formatted i/o routines lib. include them
  23.     before libc.a is you are not using any %f, %g, %e's in your program.
  24.  
  25.     send bugs/fixes/suggestions/comments to
  26. --
  27. bang:   {any internet host}!dsrgsun.ces.CWRU.edu!bammi    jwahar r. bammi
  28. domain: bammi@dsrgsun.ces.CWRU.edu
  29. GEnie:    J.Bammi
  30.